Platform Explorer / Nuxeo Platform 2023.9

Contribution org.nuxeo.apidoc.snapshot.SnapshotManagerComponent--exporters

This contribution is part of XML component org.nuxeo.apidoc.snapshot.SnapshotManagerComponent inside nuxeo-apidoc-repo-2023.0.3.jar /OSGI-INF/snapshot-service-framework.xml

Extension Point

Extension point exporters of component SnapshotManagerComponent.

Registration Order

0
The registration order represents the order in which this contribution was registered on its target extention point. This will impact the override/merge behaviour when it is implemented on the target service, and is useful for proper customization of existing contributions.
You can influence this order by adding "require" tags in the containing component declaration, to make sure it is resolved after another component (see "Resolution Order" on components).

Contributed Items

  • <exporter class="org.nuxeo.apidoc.export.graphs.plugins.JsonGraphExporter" id="jsonGraph">
          <title>Json Graph</title>
          <description>Json dependency graph</description>
          <filename>graph.json</filename>
          <mimetype>application/json</mimetype>
          <display>
            <on>home</on>
            <on>bundle</on>
            <on>package</on>
          </display>
        </exporter>

    Json dependency graph

  • <exporter class="org.nuxeo.apidoc.export.stats.JsonContributionStatsExporter" id="jsonContributionStats">
          <title>Json Contribution Stats</title>
          <description>Json statistics for contributions</description>
          <filename>contribution_stats.json</filename>
          <mimetype>application/json</mimetype>
          <display>
            <on>home</on>
            <on>bundle</on>
            <on>package</on>
            <on>chart</on>
          </display>
          <properties>
            <property name="scriptingCodeType">
              org.nuxeo.automation.scripting.internals.AutomationScriptingComponent--operation
            </property>
            <property name="javaCodeType">
              org.nuxeo.ecm.core.operation.OperationServiceComponent--operations,
              org.nuxeo.apidoc.snapshot.SnapshotManagerComponent--exporters
            </property>
          </properties>
        </exporter>

    Json statistics for contributions

  • <exporter class="org.nuxeo.apidoc.export.stats.CSVContributionStatsExporter" id="csvContributionStats">
          <title>CSV Contribution Stats</title>
          <description>CSV statistics for contributions</description>
          <filename>contribution_stats.csv</filename>
          <mimetype>text/csv</mimetype>
          <display>
            <on>home</on>
            <on>bundle</on>
            <on>package</on>
          </display>
          <properties>
            <property name="scriptingCodeType">
              org.nuxeo.automation.scripting.internals.AutomationScriptingComponent--operation
            </property>
            <property name="javaCodeType">
              org.nuxeo.ecm.core.operation.OperationServiceComponent--operations,
              org.nuxeo.apidoc.snapshot.SnapshotManagerComponent--exporters
            </property>
          </properties>
        </exporter>

    CSV statistics for contributions

  • <exporter class="org.nuxeo.apidoc.export.graphs.plugins.DOTGraphExporter" id="dotGraph">
          <title>DOT Graph</title>
          <description>Dependency graph exported in DOT format</description>
          <filename>graph.dot</filename>
          <mimetype>application/octet-stream</mimetype>
          <display>
            <on>home</on>
          </display>
        </exporter>

    Dependency graph exported in DOT format

XML Source

<extension point="exporters" target="org.nuxeo.apidoc.snapshot.SnapshotManagerComponent">
    <exporter class="org.nuxeo.apidoc.export.graphs.plugins.JsonGraphExporter" id="jsonGraph">
      <title>Json Graph</title>
      <description>Json dependency graph</description>
      <filename>graph.json</filename>
      <mimetype>application/json</mimetype>
      <display>
        <on>home</on>
        <on>bundle</on>
        <on>package</on>
      </display>
    </exporter>
    <exporter class="org.nuxeo.apidoc.export.stats.JsonContributionStatsExporter" id="jsonContributionStats">
      <title>Json Contribution Stats</title>
      <description>Json statistics for contributions</description>
      <filename>contribution_stats.json</filename>
      <mimetype>application/json</mimetype>
      <display>
        <on>home</on>
        <on>bundle</on>
        <on>package</on>
        <on>chart</on>
      </display>
      <properties>
        <property name="scriptingCodeType">
          org.nuxeo.automation.scripting.internals.AutomationScriptingComponent--operation
        </property>
        <property name="javaCodeType">
          org.nuxeo.ecm.core.operation.OperationServiceComponent--operations,
          org.nuxeo.apidoc.snapshot.SnapshotManagerComponent--exporters
        </property>
      </properties>
    </exporter>
    <exporter class="org.nuxeo.apidoc.export.stats.CSVContributionStatsExporter" id="csvContributionStats">
      <title>CSV Contribution Stats</title>
      <description>CSV statistics for contributions</description>
      <filename>contribution_stats.csv</filename>
      <mimetype>text/csv</mimetype>
      <display>
        <on>home</on>
        <on>bundle</on>
        <on>package</on>
      </display>
      <properties>
        <property name="scriptingCodeType">
          org.nuxeo.automation.scripting.internals.AutomationScriptingComponent--operation
        </property>
        <property name="javaCodeType">
          org.nuxeo.ecm.core.operation.OperationServiceComponent--operations,
          org.nuxeo.apidoc.snapshot.SnapshotManagerComponent--exporters
        </property>
      </properties>
    </exporter>
    <exporter class="org.nuxeo.apidoc.export.graphs.plugins.DOTGraphExporter" id="dotGraph">
      <title>DOT Graph</title>
      <description>Dependency graph exported in DOT format</description>
      <filename>graph.dot</filename>
      <mimetype>application/octet-stream</mimetype>
      <display>
        <on>home</on>
      </display>
    </exporter>
  </extension>